From 2aa06ecc5164c95f9d8dfcfc5efb559e048a6db5 Mon Sep 17 00:00:00 2001 From: Andrew Morris Date: Wed, 28 Jun 2023 12:51:14 +1000 Subject: [PATCH] Add note --- inputs/failing/octane/deltablue.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/inputs/failing/octane/deltablue.ts b/inputs/failing/octane/deltablue.ts index 6d138290..329056ac 100644 --- a/inputs/failing/octane/deltablue.ts +++ b/inputs/failing/octane/deltablue.ts @@ -1,5 +1,9 @@ // //! bench() +// Work in progress. Challenges: +// - Lots of shared reference mutation +// - Use of inheritance and constants requiring compile-time evaluation + // Copyright 2008 the V8 project authors. All rights reserved. // Copyright 1996 John Maloney and Mario Wolczko. @@ -947,5 +951,3 @@ export function deltaBlue() { chainTest(100); projectionTest(100); } - -deltaBlue();