 Chromium Code Reviews
 Chromium Code Reviews Issue 1577853007:
  [heap] Parallel newspace evacuation, semispace copy, and compaction \o/  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master
    
  
    Issue 1577853007:
  [heap] Parallel newspace evacuation, semispace copy, and compaction \o/  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master| Index: src/objects.h | 
| diff --git a/src/objects.h b/src/objects.h | 
| index a3c52adc590a206f4323ecda1791cad3ad1e5146..7e5bb82704b585376eee2bd9116d7d85214e921e 100644 | 
| --- a/src/objects.h | 
| +++ b/src/objects.h | 
| @@ -8247,6 +8247,7 @@ class AllocationMemento: public Struct { | 
| inline bool IsValid(); | 
| inline AllocationSite* GetAllocationSite(); | 
| + inline Address GetAllocationSiteUnchecked(); | 
| DECLARE_PRINTER(AllocationMemento) | 
| DECLARE_VERIFIER(AllocationMemento) |