Skip to content

Commit

Permalink
Removed the Big Scratch Buffer. Saves 4 kilobytes of heap per bytecod…
Browse files Browse the repository at this point in the history
…e parse.

Bytecode parsing now needs a little more stack space, but not 4 kilobytes, and
 it reduces silly logic tapdancing we had to do to avoid stepping on in-use
 scratch buffers.

This took all day, touches every line of code, probably introduces bugs and
doesn't introduce any new features, but I finally killed that crappy code!

:)
  • Loading branch information
icculus committed Nov 9, 2010
1 parent b9b5e7f commit 58bbc99
Showing 1 changed file with 668 additions and 572 deletions.

0 comments on commit 58bbc99

Please sign in to comment.