提交历史

作者 SHA1 备注 提交日期
  chriseth 146cfd6a12 Implement effects of emptiness change. 8 年之前
  chriseth 0d785162de Merge pull request #3403 from ethereum/performance-test-and-refactor 8 年之前
  Greg f0394b1215 get the gas and pc right 8 年之前
  yann300 0e730786f5 fix current pc 8 年之前
  Greg a79ca393a8 testing performance and minor refactoring 8 年之前
  Greg bb2ebb859d merging changes from cpp-ethereum 8 年之前
  Greg 3a7dd5af38 debugged devcon2 performance improvements 8 年之前
  chriseth b27e9df6ee Merge pull request #3355 from ethereum/codecache 8 年之前
  Paweł Bylica 8c0dcde680 Optimize EXP 8 年之前
  chriseth c6e8f5d72e Introduce the code size cache. 8 年之前
  Dimitry e4c6f977e1 EIP150 fork changes 8 年之前
  Paweł Bylica 4b788b33ad Comment about PUSH requirements in VM. NFC 8 年之前
  Greg 941949b4ea debugging the code for the constant pool. getting the u256 reference out of the internal gas calculations, if not yet out of the external interface. various smaller tweaks and a few more tracing macros 8 年之前
  Greg 6e1eaeb009 consolidate and clean up config macros, write some tracing macros. definition of onOperation() now depends on ETH_VMTRACE, which is set by cmake --VMTRACE 8 年之前
  Greg d8259eef88 onOperation() conditional on ETH_VMTRACE 8 年之前
  Greg 4235c14cc9 all configurations compile 8 年之前
  Greg 3566d5d461 m_camelHump, not mCamelHump or m_camel_humpless 8 年之前
  Greg b73465074a fix problems from review 8 年之前
  Greg f301c45c57 beta-xcode6.2 is picky, but correct 8 年之前
  Greg a93228c064 synthetic instructions for constants and jumps 8 年之前
  Greg Colvin 0b6fd7ccb3 Merge pull request #331 from gcolvin/cleanup-exceptions 8 年之前
  Greg 697e7e51b0 consolidate exception throws to avoid spraying boost code all over interpreter 8 年之前
  yann300 bb9a0cb99c fix current pc 8 年之前
  chriseth 7df328b2f0 Style. 9 年之前
  chriseth 6df2243b95 implement trampoline for calls out of the VM to another. 9 年之前
  chriseth 297d90d5af Missed changes. 9 年之前
  chriseth 1f398a0caa Style changes. 9 年之前
  Greg Colvin 357c93ab09 more 63-bit 9 年之前
  chriseth c856c28fc3 Revert "Make the interpreter scream..." 9 年之前
  Greg Colvin 37b2c475a2 consistently check for 63-bit bounds, remove some debugging code 9 年之前