SyphonArch / swpp202301-compiler-team1

MIT License
1 stars 0 forks source link

[ Sprint2 ][ A-I ] Store to Oracle #34

Closed foxisobese closed 1 year ago

foxisobese commented 1 year ago

PR before midnight; descriptions could change if code is modified.

[착안점] Oracle 내부에서 Store 을 실행한다.

[구현] Part 1: Store 들을 올려서, 모은다 Part 2: 연속된 Store 들에 대해 {valueOperand, pointerOperand, bitWidth} 의 array 를 Oracle 에 인자로 전달한 후, 동일한 Store 연산을 Oracle 내부에서 실행하도록 한다.