RESOLVED FIXED Bug 59950
Clean up AssemblerBuffer to use a Vector internally.
https://bugs.webkit.org/show_bug.cgi?id=59950
Summary Clean up AssemblerBuffer to use a Vector internally.
Gavin Barraclough
Reported 2011-05-02 11:21:15 PDT
AssemblerBuffer handles reallocing a byte array itself - stop that.
Attachments
The patch (12.45 KB, patch)
2011-05-02 11:23 PDT, Gavin Barraclough
oliver: review+
Gavin Barraclough
Comment 1 2011-05-02 11:23:02 PDT
Created attachment 91944 [details] The patch
Gavin Barraclough
Comment 2 2011-05-02 16:02:27 PDT
fixed in r 85497
石梦军
Comment 3 2013-04-30 04:39:30 PDT
this only replace the realloc with the vector, but in the flushConstantPool function of AssemblerBufferWithConstantPool.h file, it use the char * to replace the void*, is it any difference?
Note You need to log in before you can comment on or make changes to this bug.