Skip to content

Implement operations of atomics#4956

Closed
repasics wants to merge 1 commit into
jerryscript-project:masterfrom
repasics:atomics_operations
Closed

Implement operations of atomics#4956
repasics wants to merge 1 commit into
jerryscript-project:masterfrom
repasics:atomics_operations

Conversation

@repasics

@repasics repasics commented Jan 6, 2022

Copy link
Copy Markdown
Contributor

JerryScript-DCO-1.0-Signed-off-by: Csaba Repasi repasics@inf.u-szeged.hu

Comment thread jerry-core/ecma/builtin-objects/ecma-builtin-atomics.c
Comment thread jerry-core/ecma/builtin-objects/ecma-builtin-atomics.c Outdated
Comment thread jerry-core/ecma/builtin-objects/ecma-builtin-atomics.c Outdated
Comment thread jerry-core/ecma/builtin-objects/ecma-builtin-atomics.c Outdated
Comment thread jerry-core/ecma/builtin-objects/ecma-builtin-atomics.c Outdated
Comment thread jerry-core/ecma/operations/ecma-atomics-object.c Outdated
Comment thread jerry-core/ecma/operations/ecma-atomics-object.c Outdated
@repasics
repasics force-pushed the atomics_operations branch 5 times, most recently from ff4f383 to 64540fb Compare January 12, 2022 09:54
@repasics
repasics requested a review from rerobika January 12, 2022 10:59
@repasics
repasics force-pushed the atomics_operations branch 3 times, most recently from c622bc1 to 56b6eeb Compare January 14, 2022 12:01
Comment thread tests/jerry/es.next/atomics.js Outdated
Comment thread jerry-core/ecma/builtin-objects/ecma-builtin-atomics.c Outdated
Comment thread jerry-core/ecma/builtin-objects/ecma-builtin-atomics.c Outdated
Comment thread jerry-core/ecma/operations/ecma-arraybuffer-object.c Outdated
Comment thread jerry-core/ecma/operations/ecma-atomics-object.c Outdated
@repasics
repasics marked this pull request as ready for review January 14, 2022 12:33
@repasics
repasics requested a review from rerobika January 14, 2022 13:20
@rerobika rerobika added the ES.next Related to ES2015+ features label Jan 17, 2022
Comment thread jerry-core/ecma/operations/ecma-arraybuffer-object.c
Comment thread jerry-core/ecma/operations/ecma-arraybuffer-object.c Outdated
Comment thread jerry-core/ecma/operations/ecma-arraybuffer-object.c
JerryScript-DCO-1.0-Signed-off-by: Csaba Repasi repasics@inf.u-szeged.hu
@repasics
repasics requested a review from rerobika January 17, 2022 12:07
@LaszloLango LaszloLango added this to the Release 3.0.0 milestone Nov 12, 2024
gergocs added a commit to gergocs/jerryscript that referenced this pull request Nov 15, 2024
The implementation is based on PR jerryscript-project#4956, only resolved the conflicts.

JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
gergocs added a commit to gergocs/jerryscript that referenced this pull request Nov 15, 2024
The implementation is based on PR jerryscript-project#4956, only resolved the conflicts.

Co-authored-by: Csaba Repasi repasics@inf.u-szeged.hu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
gergocs added a commit to gergocs/jerryscript that referenced this pull request Nov 21, 2024
The following methods were implemented:
Atomics.compareExchange
Atomics.store

The implementation is based on PR jerryscript-project#4956, only resolved the conflicts.

Co-authored-by: Csaba Repasi repasics@inf.u-szeged.hu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
gergocs added a commit to gergocs/jerryscript that referenced this pull request Nov 22, 2024
The following methods were implemented:
Atomics.compareExchange
Atomics.store

The implementation is based on PR jerryscript-project#4956, only resolved the conflicts.

Co-authored-by: Csaba Repasi repasics@inf.u-szeged.hu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
gergocs added a commit to gergocs/jerryscript that referenced this pull request Nov 25, 2024
This patch fixes #44898.

The implementation is based on PR jerryscript-project#4956, only resolved the conflicts and
applied requested changes.

Co-authored-by: Robert Fancsik robert.fancsik@h-lab.eu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
gergocs added a commit to gergocs/jerryscript that referenced this pull request Nov 25, 2024
This patch fixes #44898.

The implementation is based on PR jerryscript-project#4956, only resolved the conflicts and
applied requested changes.

Co-authored-by: Robert Fancsik robert.fancsik@h-lab.eu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
@ossy-szeged

Copy link
Copy Markdown
Contributor

closing, new PR is #5166

gergocs added a commit to gergocs/jerryscript that referenced this pull request Nov 26, 2024
The following methods were implemented:
Atomics.compareExchange
Atomics.store

The implementation is based on PR jerryscript-project#4956, only resolved the conflicts.

Co-authored-by: Csaba Repasi repasics@inf.u-szeged.hu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
gergocs added a commit to gergocs/jerryscript that referenced this pull request Nov 26, 2024
The following methods were implemented:
Atomics.compareExchange
Atomics.store

The implementation is based on PR jerryscript-project#4956, only resolved the conflicts.

Co-authored-by: Csaba Repasi repasics@inf.u-szeged.hu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
LaszloLango pushed a commit that referenced this pull request Nov 26, 2024
The following methods were implemented:
 - Atomics.compareExchange
 - Atomics.store

The implementation is based on PR #4956, only resolved the conflicts.

Co-authored-by: Csaba Repasi repasics@inf.u-szeged.hu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ES.next Related to ES2015+ features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants