enso/test
Pavel Marek 701bba6504
Convert Array_Like_Helpers.map to a builtin to reduce stack size (#11363)
The ultimate goal is to reduce the method calls necessary for `Vector.map`.

# Important Notes
- I managed to reduce the number of Java stack frames needed for each `Vector.map` call from **150** to **22** (See https://github.com/enso-org/enso/pull/11363#issuecomment-2432996902)
- Introduced `Stack_Size_Spec` regression test that will ensure that Java stack frames needed for `Vector.map` method call does not exceed **40**.
2024-11-06 11:14:48 +00:00
..
AWS_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Base_Internal_Tests Execute Base_Internal_Tests with native enso executable (#11403) 2024-10-25 17:58:35 +00:00
Base_Tests Convert Array_Like_Helpers.map to a builtin to reduce stack size (#11363) 2024-11-06 11:14:48 +00:00
Benchmarks Convert Array_Like_Helpers.map to a builtin to reduce stack size (#11363) 2024-11-06 11:14:48 +00:00
Examples_Tests Fixing small bugs uncovered by type checker (#11422) 2024-10-31 12:49:50 +00:00
Exploratory_Benchmarks Final step removing the Problem_Behavior publishing. (#10461) 2024-07-05 18:41:36 +00:00
Geo_Tests Snowflake Dialect pt. 6 - Union, Distinct and other improvements (#10576) 2024-07-19 16:04:00 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Helpers Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Image_Tests Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
micro-distribution Run node in a different execution environment (#11173) 2024-10-09 12:09:45 +00:00
Microsoft_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Snowflake_Tests Enable SQLServer Sort Feature and associated tests (#11379) 2024-10-25 13:16:52 +03:00
Table_Tests Support for 1904 date format. (#11496) 2024-11-05 23:10:34 +00:00
Tableau_Tests Add CI checks for aarch64 (#10881) 2024-08-30 09:16:01 +01:00
Visualization_Tests Add widget for name_filter (#11455) 2024-10-31 14:05:08 +00:00