RFC: تصدير الدوالّ باسم رمز — @رمز على تصريح دالّة#42
Open
SalehKadah wants to merge 2 commits into
Open
Conversation
يمدّ التوجيه @رمز ليقبل FunctionDecl فتُصدَّر الدالّة في LLVM باسم رمز ASCII بربط خارجيّ. الغرض: تعريف رموز ABI للنواة (__sad_panic، __stack_chk_fail) بلغة ص خالصة وإطفاء تعريفات C. يشمل حارس تصادم دلاليًّا (SEM024) للرموز المُصدَّرة المكرَّرة (دالّة/دالّة، دالّة/متغيّر). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RFC — تصدير الدوالّ باسم رمز (
@رمزعلى تصريح دالّة)يمدّ التوجيه القائم
@رمز("اسم")— الذي يُصدِّر متغيّرًا/ثابتًا تحت اسم رمز ASCII (اللبنتان 3.14/3.16) — ليقبل تصريح دالّة. تُصدَّر الدالّة في LLVM باسم الرمز بربط خارجيّ، فيستدعيها كود C/المترجم بالاسم حرفيًّا.الدافع: إطفاء آخر تعريفات C في نواة النحلة — رموز ABI المحجوزة (
__sad_panic،__stack_chk_fail) كانت تُعرَّف في C لأنّ ص لم تملك تصدير دالّة تحت اسم ASCII. هذا التوجيه يزيل العائق نحو هدف «صفر C».السلامة: حارس دلاليّ SEM024 يرفض الرموز المُصدَّرة المكرَّرة (دالّة/دالّة يدمجها الـbackend صامتًا، دالّة/متغيّر يُعيد LLVM تسميتها صامتًا). تحقّق تقاطعيّ بمجموعتين مستقلّتَي الترتيب، يُصفَّران لكلّ وحدة.
التنفيذ المرافق: PR اللغة sadlang/s-programming-language#238 (المحلّل + الحارس + 9 اختبارات، كامل
lowlevel_freestandingأخضر).الحالة: مقترَح. الترقيم = رقم هذا الـPR (يُعاد تسمية
0000-بعد الفتح).