Bug 1943810 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I have modified the original testcase at XXXXX (i forgot)
I changed the following :

Unmodified:        `let count = Math.round(canvas.height * canvas.width * load)`

Modified:        ` let count = 1000000 *Math.round(canvas.height * canvas.width * load)`

Open the attached modified testcase 

AR: https://share.firefox.dev/42vJZJe
See that there is no use of background parallel threads to do marking
I have modified the original testcase at https://github.com/cceckman/fiona
I changed the following :

Unmodified:        `let count = Math.round(canvas.height * canvas.width * load)`

Modified:        ` let count = 1000000 *Math.round(canvas.height * canvas.width * load)`

Open the attached modified testcase 

AR: https://share.firefox.dev/42vJZJe
See that there is no use of background parallel threads to do marking

Back to Bug 1943810 Comment 0