Show
Ignore:
Timestamp:
07/11/05 19:25:38 (3 years ago)
Author:
zoeloelip
Message:

* ea_store.c and ea_restore.c functions clean up
* extraced restore_class_parent and restore_class_methods from

restore_class_entry to share code with loader.c

* extracted opcode handling in encode/decode_op_array into

encode/decode_op to make code more readable

* make decode_class_entry use new functions in ea_restore.c
* readded line-number encoding
* bumped up encoder version to 4 until new loader is in place

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.h

    r123 r124  
    484484#define EACCELERATOR_LOADER_EXTENSION_NAME "eLoader" 
    485485 
    486 #define EA_ENCODER_VERSION   0x00000003 
     486#define EA_ENCODER_VERSION   0x00000004 
    487487#define EA_ENCODER_END       0x00 
    488488#define EA_ENCODER_NAMESPACE 0x01