Skip to content
Commit 1535c68e authored by Eric Bruneton's avatar Eric Bruneton
Browse files

- split the ClassReader accept() method into several methods (readField,...

- split the ClassReader accept() method into several methods (readField, readMethod, readCode, readFrame, etc), each using local variables with the smallest possible scope. Required the addition of a Context helper class. Makes the code more readable, a little bit bigger (+4%), but also faster (1.12 speedup for the deserialize performance test).
- switched to the Java code style conventions, applied Eclipse auto format on all files.
parent 48f5c811
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment