the-cold-dark / genesis

The Cold server - This implements a dynamic, object-oriented language on top of an object database, well suited for virtual environments and online servers (like games).
29 stars 7 forks source link

Use inline functions for functions operating on data #10

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 2 years ago

Things like list_len and many other functions on the buffer, list, and string data types can be made inline.

This will help when round tripping The Eternal City or Grendel's Revenge through a textdump.

This will need #9 to be fixed.