Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jun 28, 2023
1 parent 26f1c47 commit 2aa06ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inputs/failing/octane/deltablue.ts
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -947,5 +951,3 @@ export function deltaBlue() {
chainTest(100);
projectionTest(100);
}

deltaBlue();

0 comments on commit 2aa06ec

Please sign in to comment.