[parrot/parrot] 4856c3: break out the bytecode-related routines from the e...

noreply at github.com noreply at github.com
Mon Apr 25 13:52:34 UTC 2011


Branch: refs/heads/master
Home:   https://github.com/parrot/parrot

Commit: 4856c36dbd576cbe2ba6d4398ac70f2c17f65a8b
    https://github.com/parrot/parrot/commit/4856c36dbd576cbe2ba6d4398ac70f2c17f65a8b
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-04-25 (Mon, 25 Apr 2011)

Changed paths:
  M config/gen/makefiles/root.in
  M include/parrot/api.h
  M src/embed/api.c
  A src/embed/bytecode.c

Log Message:
-----------
break out the bytecode-related routines from the embedding API into their own file, bytecode.c. Bytecode is a very important part of the embedding API, and it's worthwhile to have all the routines for it in a single place. After this update, you are probably going to need to reconfig to get the makefile changes




More information about the parrot-commits mailing list