Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multithreading/develop #23

Open
wants to merge 281 commits into
base: main
Choose a base branch
from
Open

Multithreading/develop #23

wants to merge 281 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 12, 2021

  1. Scalafmt fixes

    WojciechMazur committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    4e6ef0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0365b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6d1ff7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4021352 View commit details
    Browse the repository at this point in the history
  5. Sync with JSR-166

    WojciechMazur committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a7fd23b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f3e8c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98fcd2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    186cc82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cea0c4a View commit details
    Browse the repository at this point in the history
  10. Scalafmt fixes

    WojciechMazur committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    d6b667b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1c8e13 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15fa3ea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    890ac61 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5e49ebc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0105d72 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7946845 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e12eef4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f838d9f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    74aa01b View commit details
    Browse the repository at this point in the history
  20. util/ThreadUtil

    WojciechMazur committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b126d07 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ad6930a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Restore ExecutionContext override s and QueuedExecutionContext usages…

    …. Add conditional usage of real Execution Context
    WojciechMazur committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    cf83199 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    fa0619e View commit details
    Browse the repository at this point in the history
  2. Remove debug snippet

    WojciechMazur committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    55a4449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91680ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a5a346 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    aa663c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Merge remote-tracking branch 'upstream/main' into multithreading/develop

    # Conflicts:
    #	javalib/src/main/scala/java/net/SocketHelpers.scala
    #	javalib/src/main/scala/java/util/concurrent/atomic/AtomicLongArray.scala
    #	javalib/src/main/scala/java/util/concurrent/atomic/AtomicReferenceArray.scala
    #	nir/src/main/scala/scala/scalanative/nir/serialization/BinaryDeserializer.scala
    #	scalalib/overrides-2.11/scala/concurrent/ExecutionContext.scala
    #	scalalib/overrides-2.12/scala/concurrent/ExecutionContext.scala
    #	scalalib/overrides-2.13/scala/concurrent/ExecutionContext.scala
    #	tools/src/main/scala/scala/scalanative/build/NativeConfig.scala
    #	unit-tests/native/src/test/scala/scala/scalanative/unsafe/CVarArgListTest.scala
    WojciechMazur committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    62c15eb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Merge remote-tracking branch 'upstream/main' into multithreading/develop

    # Conflicts:
    #	nativelib/src/main/scala/scala/scalanative/runtime/Arrays.scala
    #	nativelib/src/main/scala/scala/scalanative/runtime/Arrays.scala.gyb
    #	tools/src/main/scala/scala/scalanative/build/LLVM.scala
    WojciechMazur committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    c35a2e4 View commit details
    Browse the repository at this point in the history
  2. after rebase fixes

    WojciechMazur committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    cb2bb23 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    c705359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d4ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda97f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8ca9d1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    80a4b91 View commit details
    Browse the repository at this point in the history
  2. Make object instance Var instead of Const to workaround memory access…

    …es restrictions when modifying lockWord
    WojciechMazur committed May 2, 2022
    Configuration menu
    Copy the full SHA
    22a1217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ea04b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6894597 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    fbead18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6510ab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    6e531c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    f8c08be View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    f446a0d View commit details
    Browse the repository at this point in the history
  2. Fix memory layout of constant modules, make sure their object monitor…

    …s are reachable in the GC
    WojciechMazur committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    dd5c331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    199e23f View commit details
    Browse the repository at this point in the history
  4. Debug logs clenaup

    WojciechMazur committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    cfa8407 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    9292362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    875200f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9b6e8 View commit details
    Browse the repository at this point in the history
  4. Run scalafmt

    WojciechMazur committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    5c2db3c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    58dedf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    5e23137 View commit details
    Browse the repository at this point in the history
  2. Fix park nanos

    WojciechMazur committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    244384d View commit details
    Browse the repository at this point in the history
  3. NativeThread changes

    WojciechMazur committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    ca0deed View commit details
    Browse the repository at this point in the history
  4. Revert "NativeThread changes"

    This reverts commit ca0deed.
    WojciechMazur committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    3a80205 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2875cb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    1925119 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    d8880e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81818c6 View commit details
    Browse the repository at this point in the history
  3. Port ThreadLocal tests

    WojciechMazur committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    15a3cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ecb99f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    253f563 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    369c91e View commit details
    Browse the repository at this point in the history
  2. Port LockSupport test

    WojciechMazur committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5490e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    141b129 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    fc1c81e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aaa7af View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    9385fc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    b7d8bf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    bbf9c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a486db View commit details
    Browse the repository at this point in the history
  3. Try imporve Immix GC

    WojciechMazur committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    2541a96 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    8279bb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    a7e7153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b7a1c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    9970717 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    aa0b184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d15521c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    a450815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407445b View commit details
    Browse the repository at this point in the history
  3. Run scalafmt + clangfmt

    WojciechMazur committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ce77d05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae3a683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b64278 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    d402d92 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Fix thread impl

    WojciechMazur committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9dd6e75 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    ed08617 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Initialization fixes

    WojciechMazur committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d7bc0c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    be2dbf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    ab1dd87 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    8956d66 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    24d9849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62eddb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    59e4028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1392f09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0591a7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7e5bca View commit details
    Browse the repository at this point in the history
  5. Cleanup JSR166 tests

    WojciechMazur committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    41c628c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78d22b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e48b10a View commit details
    Browse the repository at this point in the history
  8. Cleanup sandbox

    WojciechMazur committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    5ceb05e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a5b24a View commit details
    Browse the repository at this point in the history
  10. Merge branch 'multithreading/develop' of github.com:WojciechMazur/sca…

    …la-native into multithreading/develop
    WojciechMazur committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    a730756 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    943aa76 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    103bcc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    680700f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. ImmixGC - get rid of blockMeta owner - redistribute blocks using roun…

    …d robin approach instead of returning them to their last owner
    WojciechMazur committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e36ea18 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    9db7b24 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    fbcbc7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008f2f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b855fdb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    4b91aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f680be4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    052df6d View commit details
    Browse the repository at this point in the history
  4. Run clangfmt

    WojciechMazur committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    fa1ec74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cb1325 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b012f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba2945f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    3242ec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dea975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1f18c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e3a7cf View commit details
    Browse the repository at this point in the history
  5. cleanup

    WojciechMazur committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    1520c3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cabbb4 View commit details
    Browse the repository at this point in the history
  7. Fix CI problems

    WojciechMazur committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    552a521 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e6c346 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    WojciechMazur committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    93d53d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22fd963 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    dd3f94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c4ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd23995 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    540829e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    807b305 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'multithreading/develop' of github.com:WojciechMazur/sca…

    …la-native into multithreading/develop
    WojciechMazur committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c6f1db4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Revert "Revert changes to skiping build on no changes"

    This reverts commit 327152c.
    WojciechMazur committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    0cb0470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6add54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d659c5d View commit details
    Browse the repository at this point in the history
  4. Revert "Use quoted paths to allow for safe usage of paths containing …

    …spaces"
    
    This reverts commit 807b305.
    WojciechMazur committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9a5e82a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21c222a View commit details
    Browse the repository at this point in the history
  6. Fix typos and formating

    WojciechMazur committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    6dd305a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb86d56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52723cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f1c05d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e66ca6 View commit details
    Browse the repository at this point in the history
  11. Try fix CI workflows

    WojciechMazur committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    a34518b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43c93c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd60235 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Fix typos in workflows

    WojciechMazur committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b58557a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af3b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd38724 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa78312 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e592c1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b247ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b8ac37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76b84c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7570d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7beb2df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    921fc84 View commit details
    Browse the repository at this point in the history
  12. try fix windows CI

    WojciechMazur committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6803598 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60a74df View commit details
    Browse the repository at this point in the history
  14. try fix windows ci

    WojciechMazur committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    205616d View commit details
    Browse the repository at this point in the history
  15. try debug macos unpark

    WojciechMazur committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    211d401 View commit details
    Browse the repository at this point in the history
  16. Revert "Skip wait when inflating object monitor"

    This reverts commit 2f1c05d.
    WojciechMazur committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    ebb0e0d View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    6a75fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc9726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4a2407 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89e644d View commit details
    Browse the repository at this point in the history
  5. try fix windows ci

    WojciechMazur committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    80294f0 View commit details
    Browse the repository at this point in the history
  6. Try fix Windows CI

    WojciechMazur committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    e579a4d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    eae863b View commit details
    Browse the repository at this point in the history
  2. run scalafmt

    WojciechMazur committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    d155831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b6fae5 View commit details
    Browse the repository at this point in the history
  4. try fix windows ci

    WojciechMazur committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    6b75c87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    513a5a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    6bb4fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ab90e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e66d0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c598ff9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab33e41 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'multithreading/develop' of github.com:WojciechMazur/sca…

    …la-native into multithreading/develop
    WojciechMazur committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    9aec2f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ade997 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a78b9d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65fb723 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    000f692 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7fe923 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    6124a64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed343e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36f8ea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1258ba4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c97f4e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f089ec0 View commit details
    Browse the repository at this point in the history
  7. Fix mutex issues in GC

    WojciechMazur committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e52c0c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ff230b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    9aeeab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca311c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ff9ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8109c7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee794a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b36977a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2bfb51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ce73c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce10c5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f4b2f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    3f8ec12 View commit details
    Browse the repository at this point in the history
  2. Fix macos builds

    WojciechMazur committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    175b00b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    d215796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d40863c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4673b52 View commit details
    Browse the repository at this point in the history
  4. Introduce concept of blocking extern functions. Extern functions mark…

    …ed as blocking have a special handling in the GC - upon transiting from managed to unmanaged execution (Scala to Native library) informatin about current stacktop and content of registers is saved. It it used to skip waiting for potentially blocking thread in the StopTheWorld event
    WojciechMazur committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    39c3a12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d065136 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    00f1ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7de284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6a0256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    635d5f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab645a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Fix scripted tests

    WojciechMazur committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d9701f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6092d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Improve Sockets connect, reduce overhead, and always throw SocketTime…

    …outException on interraption when using timeouts
    WojciechMazur committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d14448c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee8b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd41df View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Fixes to object monitor

    WojciechMazur committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    3eb6acc View commit details
    Browse the repository at this point in the history
  2. fix typo

    WojciechMazur committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    27a0285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd813a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. fix typo in gc none

    WojciechMazur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    ff832b2 View commit details
    Browse the repository at this point in the history
  2. Improve generating GC yieldpoints on jumps, base it on ordering of bl…

    …ocks instead of instructions ids
    WojciechMazur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3823c47 View commit details
    Browse the repository at this point in the history
  3. Try fix multiarch CI

    WojciechMazur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a14c1a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33d9175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    897589c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3aec08 View commit details
    Browse the repository at this point in the history
  7. Fix typo in workflow

    WojciechMazur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    08b1043 View commit details
    Browse the repository at this point in the history
  8. fix typo in workflow

    WojciechMazur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    184ec79 View commit details
    Browse the repository at this point in the history
  9. fix multiarch workflow

    WojciechMazur committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1c45eb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    9623d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf5bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2093e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11cf081 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    a37c1f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Reimplement loading modules - make it multithreading safe in case of …

    …concurrent initialization
    WojciechMazur committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    dd65ff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916750e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    001f87a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58fdc1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feae5c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1820a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2e86f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd3f1a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24f2f25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e125ba View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    aeb28db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d119640 View commit details
    Browse the repository at this point in the history
  3. run scalafmt

    WojciechMazur committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3037db4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    0ebaf9a View commit details
    Browse the repository at this point in the history