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+

Description Gavin Barraclough 2011-05-02 11:21:15 PDT
AssemblerBuffer handles reallocing a byte array itself - stop that.
Comment 1 Gavin Barraclough 2011-05-02 11:23:02 PDT
Created attachment 91944 [details]
The patch
Comment 2 Gavin Barraclough 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?