Timeline for Why does the collection library for Dart use a bit mask for hashing collections?
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 28 at 18:08 | history | edited | freakish | CC BY-SA 4.0 | added 50 characters in body |
| Feb 28 at 17:44 | history | edited | freakish | CC BY-SA 4.0 | added 168 characters in body |
| Feb 28 at 17:24 | history | edited | freakish | CC BY-SA 4.0 | added 26 characters in body |
| Feb 28 at 17:18 | history | edited | freakish | CC BY-SA 4.0 | added 65 characters in body |
| Feb 28 at 17:10 | comment | added | freakish | @Abion47 right. It doesn't matter though whether it compiles to it or not. The runtime still interacts with code that came from Java on Android (as in: AOT compiled Java or Java VM directly, I'm not sure). And whenever it does it has to be compatible. I've updated the answer. | |
| Feb 28 at 17:09 | history | edited | freakish | CC BY-SA 4.0 | added 20 characters in body |
| Feb 28 at 16:58 | history | edited | freakish | CC BY-SA 4.0 | added 2 characters in body |
| Feb 28 at 16:51 | comment | added | Abion47 | Dart doesn't compile to Java, it compiles to Dart VM bytecode. It can transpile to JavaScript, but that's only relevant when targeting a dart2js environment, which these days is basically just Flutter Web. | |
| Feb 28 at 16:49 | history | edited | freakish | CC BY-SA 4.0 | added 5 characters in body |
| Feb 28 at 16:43 | history | edited | freakish | CC BY-SA 4.0 | added 5 characters in body |
| Feb 28 at 16:38 | history | edited | freakish | CC BY-SA 4.0 | added 5 characters in body |
| Feb 28 at 16:33 | history | edited | freakish | CC BY-SA 4.0 | added 5 characters in body |
| Feb 28 at 16:27 | history | answered | freakish | CC BY-SA 4.0 |