Commit graph

  • 2624608567 Update clang compile option for old clang Seonghyun Kim 2026-04-14 16:04:14 +09:00
  • 1121ce6fd0 Add funcitonality to take heap snapshots Ádám László Kulcsár 2026-03-05 10:00:01 +01:00
  • 3cdddf08fc Fix read private property on inner object method Seonghyun Kim 2026-04-15 13:34:04 +09:00
  • 0ac274d1fc Add correct debugging to .mjs files Ádám László Kulcsár 2026-04-07 15:28:49 +02:00
  • 2deffd2835 Add correct debugging to .mjs files Ádám László Kulcsár 2026-04-07 15:28:49 +02:00
  • 4e88d8a413 Update clang compile option for old clang Seonghyun Kim 2026-04-14 16:04:14 +09:00
  • ab7a13e089 Fix Devtools debugger websocket buffer handling Máté Tokodi 2026-04-08 16:23:18 +02:00
  • 2cb8466c52 Fix Devtools debugger websocket buffer handling Máté Tokodi 2026-04-08 16:23:18 +02:00
  • f25f05faca Validate input on CodeCacheReader Seonghyun Kim 2026-04-08 09:13:56 +09:00
  • a7f9695bf3 Check buffer size before reading buffer on CodeCacheReader Seonghyun Kim 2026-04-06 14:31:48 +09:00
  • 50215a5ce8 Check wrong input in Serializer::deserializeFrom Seonghyun Kim 2026-04-06 09:04:52 +09:00
  • 13e3a62312 Disable 32-bit pointer using with asan since it makes bdwgc related error Seonghyun Kim 2026-04-02 15:24:32 +09:00
  • 2156cfa5b8 Fix compiler issue with int128(gcc-10 upper) Seonghyun Kim 2026-04-06 11:35:50 +09:00
  • b4f2b24e4a Fix compile error on clang-20 Seonghyun Kim 2026-04-02 15:24:19 +09:00
  • bcf5ed545a Validate input on CodeCacheReader Seonghyun Kim 2026-04-08 09:13:56 +09:00
  • aee6100d8d Check buffer size before reading buffer on CodeCacheReader Seonghyun Kim 2026-04-06 14:31:48 +09:00
  • fb957d2467 Check wrong input in Serializer::deserializeFrom Seonghyun Kim 2026-04-06 09:04:52 +09:00
  • 196e8d091d Disable 32-bit pointer using with asan since it makes bdwgc related error Seonghyun Kim 2026-04-02 15:24:32 +09:00
  • e37fa1a743 Fix compiler issue with int128(gcc-10 upper) Seonghyun Kim 2026-04-06 11:35:50 +09:00
  • effe803152 Fix compile error on clang-20 Seonghyun Kim 2026-04-02 15:24:19 +09:00
  • 97e8115ab1 Add basics of Chrome Devtools debugger support Máté Tokodi 2026-03-20 18:03:32 +01:00
  • 51b191f3ff Add basics of Chrome Devtools debugger support Máté Tokodi 2026-03-20 18:03:32 +01:00
  • 989e6922b6 Remove duplicated parameter-check methods Hyukwoo Park 2026-03-03 10:24:32 +09:00
  • 06fb5dd57a Remove duplicated parameter-check methods Hyukwoo Park 2026-03-03 10:24:32 +09:00
  • 6ebbd22c06 Optimize very big object expression through big bloom filter Seonghyun Kim 2026-03-09 13:47:41 +09:00
  • 069fba1151 Optimize big object expression through bloom filter Seonghyun Kim 2026-03-03 09:55:45 +09:00
  • 87255342e5 Optimize very big object expression through big bloom filter Seonghyun Kim 2026-03-09 13:47:41 +09:00
  • e48d0d11b5 Optimize big object expression through bloom filter Seonghyun Kim 2026-03-03 09:55:45 +09:00
  • 9819a8de49 Debugger: add dedicated message for VSCode watch Máté Tokodi 2026-02-12 22:58:50 +01:00
  • f41ec3426b Change bottom-up to top-down check kwonjeomsim 2026-03-03 02:28:47 +09:00
  • 1b36b95006 Change location of optimization logic kwonjeomsim 2026-01-30 00:31:09 +09:00
  • c69b8ada67 Add codes checking assignment pattern and rest parameter usage kwonjeomsim 2026-01-27 18:57:59 +09:00
  • f6e0b04be4 Change location of removing unused parameters kwonjeomsim 2026-01-27 17:26:13 +09:00
  • 4d4cded5be Change AtomicStringMap allocation and deal with parameters over 16 kwonjeomsim 2026-01-22 00:29:28 +09:00
  • 5c16ae5d84 Change m_parameterUsed to bit operation and Add hashset kwonjeomsim 2026-01-17 16:10:31 +09:00
  • 12a37ed4d1 Change unused parameter check point kwonjeomsim 2025-10-02 21:27:40 +09:00
  • fb8b241655 Add InterpretedCodeBlock::ParameterUsed info to codecache kwonjeomsim 2025-10-01 00:24:59 +09:00
  • 339a5d1838 Add parsing process that remove unused function parameter bytecodes kwonjeomsim 2025-09-25 20:26:11 +09:00
  • bb00312798 Update gbs.conf to fix build error on ci Seonghyun Kim 2026-03-06 10:35:37 +09:00
  • 281b69e237 Change bottom-up to top-down check kwonjeomsim 2026-03-03 02:28:47 +09:00
  • f2674fe8c4 Change location of optimization logic kwonjeomsim 2026-01-30 00:31:09 +09:00
  • 46aa77c975 Add codes checking assignment pattern and rest parameter usage kwonjeomsim 2026-01-27 18:57:59 +09:00
  • 900140b47f Change location of removing unused parameters kwonjeomsim 2026-01-27 17:26:13 +09:00
  • 83652c1f74 Change AtomicStringMap allocation and deal with parameters over 16 kwonjeomsim 2026-01-22 00:29:28 +09:00
  • eb3ec203cd Change m_parameterUsed to bit operation and Add hashset kwonjeomsim 2026-01-17 16:10:31 +09:00
  • 5c9e811511 Change unused parameter check point kwonjeomsim 2025-10-02 21:27:40 +09:00
  • a40bdc97c9 Add InterpretedCodeBlock::ParameterUsed info to codecache kwonjeomsim 2025-10-01 00:24:59 +09:00
  • 6e9ce7a382 Add parsing process that remove unused function parameter bytecodes kwonjeomsim 2025-09-25 20:26:11 +09:00
  • 2ab5f01268 Update gbs.conf to fix build error on ci Seonghyun Kim 2026-03-06 10:35:37 +09:00
  • c9f13d0730 Fix compile error on old gcc Seonghyun Kim 2026-02-27 17:07:43 +09:00
  • e35a8cb14d Add enconding option for python code generator Seonghyun Kim 2026-02-27 14:53:28 +09:00
  • 89eddd113c Debugger: add dedicated message for VSCode watch Máté Tokodi 2026-02-12 22:58:50 +01:00
  • 89514dc4ca Fix compile error on old gcc Seonghyun Kim 2026-02-27 17:07:43 +09:00
  • 5022125dd0 Add enconding option for python code generator Seonghyun Kim 2026-02-27 14:53:28 +09:00
  • 49e026b369
    Merge ff413f2641 into af4c67a706 wallakmama 2026-03-01 10:49:47 +00:00
  • af4c67a706 Implement VMInstanceRef::enqueueEvaluateJob Seonghyun Kim 2026-02-12 12:50:16 +09:00
  • 52b2b30cff Implement VMInstanceRef::enqueueEvaluateJob Seonghyun Kim 2026-02-12 12:50:16 +09:00
  • c90e358e2f Generate YarrCanonicalizeUCS2.cpp from UnicodeData.txt Seonghyun Kim 2026-02-10 15:13:24 +09:00
  • 237e3a5401 Generate YarrCanonicalizeUCS2.cpp from UnicodeData.txt Seonghyun Kim 2026-02-10 15:13:24 +09:00
  • 17bdb07cc6 Update es-actions for clang Seonghyun Kim 2026-02-06 13:56:07 +09:00
  • b107fdffed Update es-actions for clang Seonghyun Kim 2026-02-06 13:56:07 +09:00
  • eeea83ef3e Enable self-hosted runners only for the origin escargot repo Hyukwoo Park 2026-02-07 17:12:06 +09:00
  • 4ecf0e8c1a Enable self-hosted runners only for the origin escargot repo Hyukwoo Park 2026-02-07 17:12:06 +09:00
  • d50bb8897a Update analysis-actions.yml Seonghyun Kim 2026-02-05 16:11:45 +09:00
  • a3abf7e40a Revise source generate from unicode data logic Seonghyun Kim 2026-02-05 14:49:01 +09:00
  • 32281e3d22 Update processMemoryUsage function for posix Seonghyun Kim 2026-02-05 13:43:24 +09:00
  • 216f36c2e2 Update analysis-actions.yml Seonghyun Kim 2026-02-05 16:11:45 +09:00
  • e7df874d5c Revise source generate from unicode data logic Seonghyun Kim 2026-02-05 14:49:01 +09:00
  • 3ee78c3b58 Update processMemoryUsage function for posix Seonghyun Kim 2026-02-05 13:43:24 +09:00
  • ea826db76a Add thread memory usage test case Seonghyun Kim 2026-02-04 15:06:04 +09:00
  • 7bd328b5df When thread exit, we should unmap mapped memory which is mapped from bdwgc Seonghyun Kim 2026-02-03 16:33:24 +09:00
  • 5f49729f31 Add thread memory usage test case Seonghyun Kim 2026-02-04 15:06:04 +09:00
  • 8703f4e85a When thread exit, we should unmap mapped memory which is mapped from bdwgc Seonghyun Kim 2026-02-03 16:33:24 +09:00
  • 20c7641b16 Implement tizen gbs build test on CI Seonghyun Kim 2026-02-02 13:37:47 +09:00
  • 5e61e307d8 Implement tizen gbs build test on CI Seonghyun Kim 2026-02-02 13:37:47 +09:00
  • e44005a1d2 Android timezone data load for adb-shell Seonghyun Kim 2026-01-30 11:03:27 +09:00
  • 5e990fa986 Android timezone data load for adb-shell Seonghyun Kim 2026-01-30 11:03:27 +09:00
  • a130b108a5 Implement Global::finalizeGC to prevent memory leak Seonghyun Kim 2026-01-29 16:38:06 +09:00
  • d416035d30 Implement Global::finalizeGC to prevent memory leak Seonghyun Kim 2026-01-29 16:38:06 +09:00
  • fb2ad1eb04 Fix exporting async functions in ESM modules Máté Tokodi 2026-01-27 18:49:29 +01:00
  • 3c6889a3da Fix exporting async functions in ESM modules Máté Tokodi 2026-01-27 18:49:29 +01:00
  • 32e9a72156 Fix typo in Intl::initNumberFormatSkeleton Seonghyun Kim 2026-01-27 10:12:50 +09:00
  • 3f02af4c90 Fix typo in Intl::initNumberFormatSkeleton Seonghyun Kim 2026-01-27 10:12:50 +09:00
  • 2a3447dc1c Add missing package for tizen build Seonghyun Kim 2026-01-08 16:11:54 +09:00
  • be73e8a67d Add missing package for tizen build Seonghyun Kim 2026-01-08 16:11:54 +09:00
  • 3b242a2e6e Update coverage-scan Seonghyun Kim 2026-01-06 21:11:18 +09:00
  • 95036c339e Evaluate destructuring correctly Seonghyun Kim 2026-01-06 20:54:27 +09:00
  • 50f1d7a2f1 When closing the iterator, handle exceptions that occur when retrieving the return function correctly. Seonghyun Kim 2026-01-05 17:16:56 +09:00
  • dafb4121ab Update coverage-scan Seonghyun Kim 2026-01-06 21:11:18 +09:00
  • 9b52e24974 Evaluate destructuring correctly Seonghyun Kim 2026-01-06 20:54:27 +09:00
  • ca7b289dd1 When closing the iterator, handle exceptions that occur when retrieving the return function correctly. Seonghyun Kim 2026-01-05 17:16:56 +09:00
  • 3f07b5696c Update TypedArray.prototype.toLocaleString to pass argv Seonghyun Kim 2026-01-05 10:42:37 +09:00
  • a138441b98 Use new Calendar functions in Intl + Fix timezone bug in Intl.DateTimeFormat Seonghyun Kim 2026-01-02 17:12:53 +09:00
  • a474595528 Update test262 driver Seonghyun Kim 2026-01-02 12:12:48 +09:00
  • 75394413ac Fix ShadowRealm.prototype.importValue memory error Seonghyun Kim 2026-01-02 12:11:16 +09:00
  • 1ab58f5470 Revise DecodeURI function to test max unicode codepoint Seonghyun Kim 2026-01-02 09:18:04 +09:00
  • 31393a6ec5 Update TypedArray.prototype.toLocaleString to pass argv Seonghyun Kim 2026-01-05 10:42:37 +09:00
  • ba46c738be Use new Calendar functions in Intl + Fix timezone bug in Intl.DateTimeFormat Seonghyun Kim 2026-01-02 17:12:53 +09:00
  • ecfe666063 Update test262 driver Seonghyun Kim 2026-01-02 12:12:48 +09:00
  • cb909ee8e9 Fix ShadowRealm.prototype.importValue memory error Seonghyun Kim 2026-01-02 12:11:16 +09:00