Skip to content

Simplify the implement of cstring & fix the crash bug in pc#617

Merged
JiepengTan merged 2 commits intogoplus:devfrom
JiepengTan:pr_simplify_cstring_impl
May 7, 2025
Merged

Simplify the implement of cstring & fix the crash bug in pc#617
JiepengTan merged 2 commits intogoplus:devfrom
JiepengTan:pr_simplify_cstring_impl

Conversation

@JiepengTan
Copy link
Copy Markdown
Contributor

@JiepengTan JiepengTan commented Apr 30, 2025

issue: #618

  1. Eliminate the use of global variables in the process of Go invoking C++.
  2. Simplify the implementation of string passing in the interoperability between Go and C++.
  3. Fix memory leaks occurring during string invocation.
  4. Fix web code generator bug: gdspx_sprite_set_material_params_vec_4 => gdspx_sprite_set_material_params_vec4

@JiepengTan JiepengTan changed the title Simplify the implement of cstring Simplify the implement of cstring & fix the crash bug in pc May 6, 2025
- Simplify the implement of cstring
- Remove the global variables used in call frame
@JiepengTan JiepengTan force-pushed the pr_simplify_cstring_impl branch from 5432b64 to 2e842a3 Compare May 6, 2025 07:12
@JiepengTan JiepengTan requested a review from nighca May 6, 2025 07:59
@JiepengTan JiepengTan merged commit 0d97ec3 into goplus:dev May 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants