From fa786ea791469364d635b6a5eb877b0c4e3333ce Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 12 Jan 2020 12:15:55 -0800 Subject: 5884 --- html/093array-equal.subx.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'html/093array-equal.subx.html') diff --git a/html/093array-equal.subx.html b/html/093array-equal.subx.html index dabe8ef2..75de8313 100644 --- a/html/093array-equal.subx.html +++ b/html/093array-equal.subx.html @@ -154,10 +154,10 @@ if ('onhashchange' in window) { 93 # . prologue 94 55/push-ebp 95 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp - 96 # var ecx : (ref array _) = [] + 96 # var ecx : (array _) = [] 97 68/push 0/imm32/size 98 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx - 99 # var edx : (ref array _) = [] + 99 # var edx : (array _) = [] 100 68/push 0/imm32/size 101 89/copy 3/mod/direct 2/rm32/edx . . . 4/r32/esp . . # copy esp to edx 102 # eax = array-equal?(ecx, edx) @@ -186,11 +186,11 @@ if ('onhashchange' in window) { 125 # . prologue 126 55/push-ebp 127 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -128 # var ecx : (ref array int) = [1] +128 # var ecx : (array int) = [1] 129 68/push 1/imm32 130 68/push 4/imm32/size 131 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx -132 # var edx : (ref array int) = [] +132 # var edx : (array int) = [] 133 68/push 0/imm32/size 134 89/copy 3/mod/direct 2/rm32/edx . . . 4/r32/esp . . # copy esp to edx 135 # eax = array-equal?(ecx, edx) @@ -219,13 +219,13 @@ if ('onhashchange' in window) { 158 # . prologue 159 55/push-ebp 160 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -161 # var ecx : (ref array int) = [1, 2, 3] +161 # var ecx : (array int) = [1, 2, 3] 162 68/push 3/imm32 163 68/push 2/imm32 164 68/push 1/imm32 165 68/push 0xc/imm32/size 166 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx -167 # var edx : (ref array int) = [1, 2, 3] +167 # var edx : (array int) = [1, 2, 3] 168 68/push 3/imm32 169 68/push 2/imm32 170 68/push 1/imm32 @@ -257,13 +257,13 @@ if ('onhashchange' in window) { 196 # . prologue 197 55/push-ebp 198 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -199 # var ecx : (ref array int) = [1, 4, 3] +199 # var ecx : (array int) = [1, 4, 3] 200 68/push 3/imm32 201 68/push 4/imm32 202 68/push 1/imm32 203 68/push 0xc/imm32/size 204 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx -205 # var edx : (ref array int) = [1, 2, 3] +205 # var edx : (array int) = [1, 2, 3] 206 68/push 3/imm32 207 68/push 2/imm32 208 68/push 1/imm32 @@ -304,7 +304,7 @@ if ('onhashchange' in window) { 243 # ++size 244 # result = allocate(ad, (size+1)*4) 245 # result->size = (size+1)*4 -246 # var slice : (ref slice) = {s->data, 0} +246 # var slice : slice = {s->data, 0} 247 # out = result->data 248 # while true 249 # if (slice->start >= end) break @@ -387,7 +387,7 @@ if ('onhashchange' in window) { 326 # result->size = size 327 89/copy 0/mod/indirect 0/rm32/eax . . . 3/r32/ebx . . # copy ebx to *eax 328 $parse-array-of-ints:pass2: -329 # var slice/ecx : (ref slice) = {s->data, 0} +329 # var slice/ecx : slice = {s->data, 0} 330 # . push 0 331 68/push 0/imm32/end 332 # . push s->data @@ -465,7 +465,7 @@ if ('onhashchange' in window) { 404 # . prologue 405 55/push-ebp 406 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -407 # var ecx : (ref array int) = [1, 2, 3] +407 # var ecx : (array int) = [1, 2, 3] 408 68/push 3/imm32 409 68/push 2/imm32 410 68/push 1/imm32 @@ -559,7 +559,7 @@ if ('onhashchange' in window) { 498 # . prologue 499 55/push-ebp 500 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -501 # var ecx : (ref array int) = [1, 2, 3] +501 # var ecx : (array int) = [1, 2, 3] 502 68/push 3/imm32 503 68/push 2/imm32 504 68/push 1/imm32 @@ -643,7 +643,7 @@ if ('onhashchange' in window) { 582 # . prologue 583 55/push-ebp 584 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -585 # var ecx : (ref array int) = [1, 2, 3] +585 # var ecx : (array int) = [1, 2, 3] 586 68/push 3/imm32 587 68/push 2/imm32 588 68/push 1/imm32 -- cgit 1.4.1-2-gfad0