summaryrefslogtreecommitdiff
path: root/dynasm/dasm_x64.lua
AgeCommit message (Collapse)Author
2012-03-24Updated DynASM from upstream (Lua 5.2 support).Josh Haberman
2011-04-01First rough version of the JIT.Joshua Haberman
It can successfully parse SpeedMessage1. Preliminary results: 750MB/s on Core2 2.4GHz. This number is 2.5x proto2. This isn't apples-to-apples, because proto2 is parsing to a struct and we are just doing stream parsing, but for apps that are currently using proto2, this is the improvement they would see if they could move to stream-based processing. Unfortunately perf-regression-test.py is broken, and I'm not 100% sure why. It would be nice to fix it first (to ensure that there are no performance regressions for the table-based decoder) but I'm really impatient to get the JIT checked in.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback