Re: 64bit support

new topic     » goto parent     » topic index » view thread      » older message » newer message
Critic said...

I think (in C-like code) this is the current implementation: ...

Actually the current implementation is ...

struct { 
  void* data; 
  long length; 
  long fill; 
  long refcount; 
} *s; 
By placing the data element at the front, we can gain a few cycles by not having to add an offet to get to the data pointer.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu