Bug 59950

Summary: Clean up AssemblerBuffer to use a Vector internally.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: talking1239
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
The patch oliver: review+

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.