yasm/tools/python-yasm
Peter Johnson 9445734d22 In preparation for further work on optimizing multiple, break multiple apart
from bytecode.len into bytecode.mult_int.  Add new function
yasm_bc_next_offset() to handle the most common use case of bytecode.len,
figuring out the following bytecode's offset.

svn path=/branches/new-optimizer/; revision=1586
2006-06-20 06:23:07 +00:00
..
tests Rework yasm.Expression to accept strings like '+' to indicate operation. 2006-05-07 16:41:16 +00:00
bytecode.pxi In preparation for further work on optimizing multiple, break multiple apart 2006-06-20 06:23:07 +00:00
coretype.pxi Get rid of calc_bc_dist_func, the only times this was used was when 2006-06-07 04:01:33 +00:00
errwarn.pxi Raise IntNum division by zero errors in Python. 2006-05-06 19:12:05 +00:00
expr.pxi Get rid of calc_bc_dist_func, the only times this was used was when 2006-06-07 04:01:33 +00:00
floatnum.pxi Revamp error/warning handling, using a model similar to Python's internal 2006-05-04 07:55:32 +00:00
intnum.pxi Add/Use helpers to pass void* as manually type-checked PyCObjects. 2006-05-07 18:23:33 +00:00
Makefile.inc Revamp error/warning handling, using a model similar to Python's internal 2006-05-04 07:55:32 +00:00
setup.py * setup.py: strip() opts["srcdir"] to unbreak distcheck. 2006-04-05 05:36:06 +00:00
symrec.pxi Add/Use helpers to pass void* as manually type-checked PyCObjects. 2006-05-07 18:23:33 +00:00
value.pxi Get rid of origin_prevbc; it's no longer needed due to yasm_value handling 2006-06-10 04:01:12 +00:00
yasm.pyx Add/Use helpers to pass void* as manually type-checked PyCObjects. 2006-05-07 18:23:33 +00:00