RESOLVED FIXED 42621
Add a bump allocator for the YARR interpreter
https://bugs.webkit.org/show_bug.cgi?id=42621
Summary Add a bump allocator for the YARR interpreter
Gavin Barraclough
Reported 2010-07-20 01:31:18 PDT
The regex engine requires lifo allocation, however currently uses the general purpose malloc/free memory allocation. A simple bump pointer allocator should provide a lower overhead allocation solution.
Attachments
Early version of the patch, not fully baked. (12.46 KB, patch)
2010-07-20 01:32 PDT, Gavin Barraclough
no flags
The patch (23.87 KB, patch)
2010-07-27 12:04 PDT, Gavin Barraclough
oliver: review+
Gavin Barraclough
Comment 1 2010-07-20 01:32:09 PDT
Created attachment 62042 [details] Early version of the patch, not fully baked.
Gavin Barraclough
Comment 2 2010-07-27 12:04:45 PDT
Created attachment 62721 [details] The patch
Oliver Hunt
Comment 3 2010-07-27 12:07:38 PDT
Comment on attachment 62721 [details] The patch r=me
Gavin Barraclough
Comment 4 2010-07-27 12:14:56 PDT
Transmitting file data ........... Committed revision 64146.
Eric Seidel (no email)
Comment 5 2010-07-27 12:22:07 PDT
Note You need to log in before you can comment on or make changes to this bug.