Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 21, 2021 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/3349cf72360c6bfba904b816855354a3 to your computer and use it in GitHub Desktop.
Save Whateverable/3349cf72360c6bfba904b816855354a3 to your computer and use it in GitHub Desktop.
bisectable6
((),()).sort
Bisecting: 139 revisions left to test after this (roughly 7 steps)
[32b3ddc7e10090427d5a78f48ab4ee5161d2cfcd] Micro-optimize ORDER() by about 7%
»»»»» Testing 32b3ddc7e10090427d5a78f48ab4ee5161d2cfcd
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f0c85125f86193a0bfa5b7e7c88b1c5a3fcb6901
»»»»» Script output:
This type (Scalar) does not support elems
in block <unit> at /tmp/eMxKY2OZk2 line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c103459d87a0dd9ca8735f1e1fd7db326830f000
»»»»» Script output:
This type (Scalar) does not support elems
in block <unit> at /tmp/eMxKY2OZk2 line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5981f81b631e96ee6e1860bd47a949a69ffdc87f
»»»»» Script output:
This type (Scalar) does not support elems
in block <unit> at /tmp/eMxKY2OZk2 line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing affd5befbe040f3a1ff2fd9d56311c1aec0382c5
»»»»» Script output:
This type (Scalar) does not support elems
in block <unit> at /tmp/eMxKY2OZk2 line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7353e055cfa6e0a8c521063bf67f740dbde4d2a3
»»»»» Script output:
This type (Scalar) does not support elems
in block <unit> at /tmp/eMxKY2OZk2 line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 126d8a843a7c26a0c62388a404f60921aef23419
»»»»» Script output:
This type (Scalar) does not support elems
in block <unit> at /tmp/eMxKY2OZk2 line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 0d7b42fb1a92e085de27e602cb8a3ba181507170
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
126d8a843a7c26a0c62388a404f60921aef23419 is the first new commit
commit 126d8a843a7c26a0c62388a404f60921aef23419
Author: Jeremy Studer <studerj1.mail@gmail.com>
Date: Thu Mar 29 23:15:54 2018 -0400
Further optimize nqp-ized List cmp operator
* Check that @a and @b are not lazy. If they are fall back to slow path
* In fast path, extract '$!reified' elements and use lower-level ops
like nqp::elems and nqp::atpos on them instead of high-level
equivalents
:040000 040000 b5d233a8dffff4fe485c528006e030aea97caa06 e81c96721eb7cb8e2df2aee081f960bd2059add5 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment