aineros85
aineros85
The ~33% gain was with the Release build, running without debugging or instrumentation. Here are the actual numbers I was seeing with HeartGold. I haven't seen anything in the neighborhood...
Reverted and reapplied all changes except to wbx_activate_host. Made changes to ReturnData for all function calls.
It looks like the data is copied a few times. Once into the array within ReadByteRange, again in the .ToList() call, then again at the call site. Perhaps add a...
Can you go into a little more detail on this? Perhaps provide an example?
Would this be simpler to do by creating a syntax tree first and walking it? Or is that what you mean by a makeover of the C++ side? Then you...