Bug 175453 - Fix the memory leak in the version of MacroAssembler::probe() that takes a lambda.
Summary: Fix the memory leak in the version of MacroAssembler::probe() that takes a la...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks: 174645
  Show dependency treegraph
 
Reported: 2017-08-10 15:51 PDT by Mark Lam
Modified: 2017-08-10 15:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2017-08-10 15:51:40 PDT
This version of MacroAssembler::probe() was previously only used for debugging purposes, and hence, we didn't care about the leak then.  Now, the probe mechanism is going to be used for deployed code.  We should fix this leak.
Comment 1 Radar WebKit Bug Importer 2017-08-10 15:52:09 PDT
<rdar://problem/33837842>