I have removed all the strategy-id-code. It wasn't used for anything yet.
I'm not storing the strategy in the backing-store at all. Eventually I'll want to use heap-allocated ByteArrays for backing-stores, and I'd prefer not to store
a C-function pointer in those.

I'll have removed the backing store completely for now, and just use default
buffers for each table.

I have also made more functions methods of the search object, instead of static
functions.

And I have reintroduced the single-character search. Using pointers to search implementations, the dispatch only happens once, so there is less overhead of
specialized searches.

http://codereview.chromium.org/3467010/show

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to