Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 29, 2020 17:57
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/a74510889b93feb2e66a584108178124 to your computer and use it in GitHub Desktop.
Save Whateverable/a74510889b93feb2e66a584108178124 to your computer and use it in GitHub Desktop.
bisectable6
my num @nums .=new():shape(3;3;3);
Bisecting: 139 revisions left to test after this (roughly 7 steps)
[32b3ddc7e10090427d5a78f48ab4ee5161d2cfcd] Micro-optimize ORDER() by about 7%
»»»»» Testing 32b3ddc7e10090427d5a78f48ab4ee5161d2cfcd
»»»»» Script output:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f0c85125f86193a0bfa5b7e7c88b1c5a3fcb6901
»»»»» Script output:
Cannot access 3 dimension array with 1 indices
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c103459d87a0dd9ca8735f1e1fd7db326830f000
»»»»» Script output:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a53811cd4d213ac2b75a055282bd5915388b6423
»»»»» Script output:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 91fe6b63d3a5a08fd43b46362ef8ac6317134176
»»»»» Script output:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 95481e26bd1ea55a00caac3aa4b32c617b98a80d
»»»»» Script output:
Cannot access 3 dimension array with 1 indices
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c015f08dec6b9e41bd083b6aacd9dd94bedf72e8
»»»»» Script output:
Cannot access 3 dimension array with 1 indices
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 40815d16dbd73a6a03e93a09f8e8de2b22cbe92a
»»»»» Script output:
Cannot access 3 dimension array with 1 indices
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Partially dimensioned views of shaped arrays not yet implemented. Sorry.
in block <unit> at /tmp/IjwK99xtgj line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
40815d16dbd73a6a03e93a09f8e8de2b22cbe92a is the first new commit
commit 40815d16dbd73a6a03e93a09f8e8de2b22cbe92a
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Sun Apr 8 23:10:01 2018 +0200
Make initialization of int(8|16|32|64)/num(32|64) arrays 9x as fast
Due to a bad signature, it was using the slow, generic path.
:040000 040000 49aabe258d217e9a9362fa4f5e7f040e72565220 ec5e093b24dd56efb73721ed767daae233c89e67 M src
:040000 040000 64d95d67a40be557b0cc5a724edff314171a0ae7 c975a8aa4092557c2cc6a3c86f0b7e3c003dc11b M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment