Title: [281911] trunk/Source/_javascript_Core
Revision
281911
Author
ysuz...@apple.com
Date
2021-09-02 01:13:12 -0700 (Thu, 02 Sep 2021)

Log Message

Unreviewed, annotate executeJSCJITProbe with REFERENCED_FROM_ASM WTF_INTERNAL

* assembler/ProbeContext.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (281910 => 281911)


--- trunk/Source/_javascript_Core/ChangeLog	2021-09-02 07:20:13 UTC (rev 281910)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-09-02 08:13:12 UTC (rev 281911)
@@ -1,3 +1,9 @@
+2021-09-02  Yusuke Suzuki  <ysuz...@apple.com>
+
+        Unreviewed, annotate executeJSCJITProbe with REFERENCED_FROM_ASM WTF_INTERNAL
+
+        * assembler/ProbeContext.h:
+
 2021-09-02  Mark Lam  <mark....@apple.com>
 
         Add more support for JIT operation validation testing.

Modified: trunk/Source/_javascript_Core/assembler/ProbeContext.h (281910 => 281911)


--- trunk/Source/_javascript_Core/assembler/ProbeContext.h	2021-09-02 07:20:13 UTC (rev 281910)
+++ trunk/Source/_javascript_Core/assembler/ProbeContext.h	2021-09-02 08:13:12 UTC (rev 281911)
@@ -249,7 +249,7 @@
     friend JS_EXPORT_PRIVATE void* probeStateForContext(Context&); // Not for general use. This should only be for writing tests.
 };
 
-extern "C" void executeJSCJITProbe(State*);
+extern "C" void executeJSCJITProbe(State*) REFERENCED_FROM_ASM WTF_INTERNAL;
 
 } // namespace Probe
 } // namespace JSC
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to